Builder
class Builder(walletBrand: DigitalWalletDetails.WalletBrand, buyerId: String? = null, lightningDetails: DigitalWalletDetails.LightningDetails? = null)
Lets developers create and configure digital wallet details for automated testing.
There is no need to reference this builder class outside of tests.
Return
A new DigitalWalletDetails builder instance.
Constructors
Link copied to clipboard
constructor(walletBrand: DigitalWalletDetails.WalletBrand, buyerId: String? = null, lightningDetails: DigitalWalletDetails.LightningDetails? = null)